const crypto/internal/fips140/bigmod.preallocTarget

2 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L65: const preallocTarget = 2048
		nat.go#L66: const preallocLimbs = (preallocTarget + _W - 1) / _W